﻿.header_con {
  position: relative;
  z-index: 1;
  height: 5.85rem;
}
.header_con .banner_con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.85rem;  
  z-index: -1;
}
.header_con .banner_con img:nth-child(1) {
  height: 5.85rem;
  width: 100%;
}
.header_con .banner_con .tips {
  position: absolute;
  left: 0;
  top: 24%;
  width: 100%;
}

.tip-box .hamburger{position: relative; top: 0.1rem; left: -0.2rem;}
.header_con .banner_con .btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-266%);
  top: 72.1%;
  width: 2.64rem;
  height: 0.51rem;
  background: linear-gradient(93deg, #FF7200, #FF4200, #CD281F);
  box-shadow: 0px 0px 13px 0px rgba(81, 100, 118, 0.43);
  opacity: 0.97;
  border-radius: 0.26rem;
}
.header_con .banner_con .btnBox p {
  width: 1.28rem;
  font-size: 0.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.header_con .banner_con .btnBox p::after {
  content: ' ';
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  width: 0.19rem;
  height: 0.19rem;
  display: inline-block;
  margin-left: 0.15rem;
  background-size: 100% 100%;
  transform: translateY(0.03rem);
}
.staff .tabs {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.97rem;
  background: #FFFFFF;
  box-shadow: 0px 1px 6px 0px rgba(153, 153, 153, 0.28);
}
.staff .tabs .contenr_tabs {
  display: flex;
  justify-content: space-between;
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.staff .tabs .contenr_tabs li {
  width: 2.76rem;
  height: 0.52rem;
  text-align: center;
  line-height: 0.52rem;
}
.staff .tabs .contenr_tabs li:first-child{
  display: none;
}
.staff .tabs .contenr_tabs li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  width: 100%;
  height: 100%;
}
.staff .tabs .contenr_tabs .active {
  background: #DD2C17;
  box-shadow: 0px 0px 10px 0px rgba(221, 44, 23, 0.51);
  border-radius: 0.24rem;
}
.staff .tabs .contenr_tabs .active a {
  color: #fff;
}
.staff .fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
}
.staff .contenr-one {
  width: 100%;
  height: 9.08rem;
  background-color: #f9f9f9;
  margin-top: 0.03rem;
  overflow: hidden;
}
.staff .contenr-one .top_text .top_tip {
  font-size: 0.42rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #393939;
  text-align: center;
  padding-top: 0.54rem;
}
.staff .contenr-one .top_text .btm_tip {
  font-size: 0.22rem;
  font-family: Microsoft YaHei;
  font-weight: 300;
  text-align: center;
  color: #000000;
  margin-top: 0.08rem;
}
.staff .contenr-one .bgc {
  transform: scale(1);
}
.staff .contenr-one .banner-card {
  height: 6rem;
  position: relative;
  margin-top: 0.32rem;
}
.staff .contenr-one .banner-card ul {
  height: 5.1rem;
  position: relative;
}
.staff .contenr-one .banner-card li {
  position: relative;
  width: 7.19rem;
  height: 5.39rem;
  box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.51);
  border-radius: 20px;
  position: absolute;
  list-style-type: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.staff .contenr-one .banner-card li::before {
  content: ' ';
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.27rem;
  height: 0.71rem;
  background-image: url(../images/staff_left_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.staff .contenr-one .banner-card li p {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0.4rem;
}
.staff .contenr-one .banner-card li p span:nth-child(1) {
  font-size: 0.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.staff .contenr-one .banner-card li p span:nth-child(2) {
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 0.16rem;
}
.staff .contenr-one .banner-card .three p {
  display: flex;
}
.staff .contenr-one .banner-card li img {
  display: block;
  border-radius: 0.2rem;
}
.staff .contenr-one .one {
  z-index: 1;
  left: -0.2rem;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.6);
  width: 4.5rem;
  height: 2.5rem;
  filter: brightness(0.5);
}
.staff .contenr-one .two {
  z-index: 2;
  left: 1.2rem;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.75);
  width: 2rem;
  height: 3.2rem;
  filter: brightness(0.5);
}
.staff .contenr-one .three {
  left: 3.4rem;
  z-index: 3;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1.01);
  width: 8rem;
  height: 4.45rem;
}
.staff .contenr-one .four {
  z-index: 2;
  left: 5.25rem;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.75);
  filter: brightness(0.5);
}
.staff .contenr-one .five {
  left: 5.85rem;
  z-index: 1;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.6);
  width: 2rem;
  height: 3.2rem;
  filter: brightness(0.5);
}
.staff .contenr-one .left-btn {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-top: -2.9rem;
  margin-left: -0.21rem;
  z-index: 6;
  box-shadow: 0px 3px 9px 0px rgba(153, 153, 153, 0.34);
}
.staff .contenr-one .left-btn span {
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/left007.png');
  background-repeat: no-repeat;
  background-position: 40% center;
}
.staff .contenr-one .left-btn:hover {
  background-color: #dd2c17;
}
.staff .contenr-one .left-btn:hover span {
  background-image: url('../images/left007_white.png');
}
.staff .contenr-one .right-btn {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-top: -2.9rem;
  margin-left: 14.21rem;
  z-index: 6;
  box-shadow: 0px 3px 9px 0px rgba(153, 153, 153, 0.34);
}
.staff .contenr-one .right-btn span {
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('../images/right007.png');
  background-repeat: no-repeat;
  background-position: 60% center;
}
.staff .contenr-one .right-btn:hover {
  background-color: #dd2c17;
}
.staff .contenr-one .right-btn:hover span {
  background-color: transparent;
  background-image: url('../images/right007_white.png');
}
.staff .contenr-two {
  height: 9.22rem;
  width: 100%;
  padding-top: 0.46rem;
}
.staff .contenr-two .contenr-two-text {
  text-align: center;
}
.staff .contenr-two .contenr-two-text h3 {
  font-size: 0.42rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #393939;
  text-align: center;
}
.staff .contenr-two .contenr-two-text p {
  font-size: 0.22rem;
  font-family: Microsoft YaHei;
  font-weight: 300;
  text-align: center;
  color: #000000;
  margin-top: 0.08rem;
}
.staff .contenr-two .contenr-two-table {
  position: relative;
  height: 6.51rem;
  border-radius: 0.1rem;
  border: 0.01rem solid #eeeeee;
  box-shadow: 0px 0px 13px 0px rgba(174, 161, 160, 0.23);
  background: url(../images/staffbg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.4rem;
}
.staff .contenr-two .contenr-two-table .table-btn {
  position: absolute;
  top: 2.8rem;
  right: -0.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 1.08rem;
  width: 0.49rem;
}
.staff .contenr-two .contenr-two-table .table-btn .table-btn-l {
  width: 0.49rem;
  height: 0.49rem;
  border-radius: 50%;
  box-shadow: 0px 0px 11px 0px rgba(216, 216, 216, 0.48);
  background-color: #fff;
  cursor: pointer;
}
.staff .contenr-two .contenr-two-table .table-btn .table-btn-l .table-btn-i {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url(../images/arrow_top.png) no-repeat;
  background-position: 0.17rem 0.17rem;
  background-size: 0.16rem 0.16rem;
}
.staff .contenr-two .contenr-two-table .table-btn .table-btn-r {
  width: 0.49rem;
  height: 0.49rem;
  border-radius: 50%;
  box-shadow: 0px 0px 11px 0px rgba(216, 216, 216, 0.48);
  background-color: #fff;
  cursor: pointer;
}
.staff .contenr-two .contenr-two-table .table-btn .table-btn-r .table-btn-i {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url(../images/arrow_down.png) no-repeat;
  background-position: 0.17rem 0.17rem;
  background-size: 0.16rem 0.16rem;
}
.staff .contenr-two .contenr-two-table .table-btn .table-btn-l:hover {
  background-color: #dd2c17;
  border: 0.02rem solid #fff;
}
.staff .contenr-two .contenr-two-table .table-btn .table-btn-l:hover .table-btn-i {
  background: url(../images/hoverleft.png) no-repeat;
  background-position: 0.15rem 0.15rem;
  background-size: 0.16rem 0.16rem;
}
.staff .contenr-two .contenr-two-table .table-btn .table-btn-r:hover {
  background-color: #dd2c17;
  border: 0.02rem solid #fff;
}
.staff .contenr-two .contenr-two-table .table-btn .table-btn-r:hover .table-btn-i {
  background: url(../images/btnright.png) no-repeat;
  background-position: 0.15rem 0.15rem;
  background-size: 0.16rem 0.16rem;
}
.staff .contenr-two .contenr-two-table .contenr-table {
  width: 100%;
  height: 100%;
  display: flex;
}
.staff .contenr-two .contenr-two-table .contenr-table .contenr-table-left {
  padding-top: 0.77rem;
  height: 100%;
  width: 7.24rem;
}
.staff .contenr-two .contenr-two-table .contenr-table .contenr-table-left .table-left-con .table-left-title {
  padding-bottom: 0.2rem;
  padding-left: 0.5rem;
  width: 3.63rem;
  height: 0.68rem;
  background: url(../images/redbg_03.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: flex-end;
}
.staff .contenr-two .contenr-two-table .contenr-table .contenr-table-left .table-left-con .table-left-title .pop-name {
  margin-right: 0.16rem;
  font-size: 0.23rem;
  color: #fff;
}
.staff .contenr-two .contenr-two-table .contenr-table .contenr-table-left .table-left-con .table-left-title .pop-wrok {
  font-size: 0.16rem;
  color: #fff;
}
.staff .contenr-two .contenr-two-table .contenr-table .contenr-table-left .table-left-con .left-con {
  display: none;
}
.staff .contenr-two .contenr-two-table .contenr-table .contenr-table-left .table-left-con .active {
  display: block;
}
.staff .contenr-two .contenr-two-table .contenr-table .contenr-table-left .table-left-con .table-left-msg {
  padding-left: 0.5rem;
  padding-top: 0.4rem;
  height: 4.44rem;
}
.staff .contenr-two .contenr-two-table .contenr-table .contenr-table-left .table-left-con .table-left-msg p {
  max-width: 6.11rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #333;
}
.staff .contenr-two .contenr-two-table .contenr-table .contenr-table-left .table-left-con .table-left-msg .left-msg-top {
  margin-top: 0.28rem;
}
.staff .contenr-two .contenr-two-table .contenr-table .contenr-table-left .table-left-page {
  padding-left: 0.5rem;
  font-size: 0.16rem;
  color: #333333;
  word-spacing: 0.1rem;
}
.staff .contenr-two .contenr-two-table .contenr-table .contenr-table-left .table-left-page span {
  color: #dd2c17;
}
.staff .contenr-two .contenr-two-table .contenr-table .contenr-table-right {
  padding: 0.52rem 0;
  padding-right: 0.37rem;
  height: 100%;
  width: 7.24rem;
}
.staff .contenr-two .contenr-two-table .contenr-table .contenr-table-right .contenr-table-right-and {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.staff .contenr-two .contenr-two-table .contenr-table .contenr-table-right .contenr-table-right-and::after {
  content: '';
  flex: auto;
}
.staff .contenr-two .contenr-two-table .contenr-table .contenr-table-right .table-right-li {
  position: relative;
  padding-top: 0.2rem;
  /* padding-left: 0.1425rem; */
  /* padding-right: 0.1425rem; */
  width: 2.15rem;
  height: 2.63rem;
  border: 0.01rem solid #f7f7f7;
  border-radius: 0.1rem;
  background: linear-gradient(0deg, #ffffff 0%, #d2d2d2 100%);
  box-shadow: inset 2px 2px 27px 0px rgba(137, 137, 137, 0.32);
  margin-right: 0.13rem;
  z-index: 1;
}
.staff .contenr-two .contenr-two-table .contenr-table .contenr-table-right .table-right-li img {
  height: 100%;
  object-fit: cover;
  width: 80%;
  margin-left: 10%;
}
.staff .contenr-two .contenr-two-table .contenr-table .contenr-table-right .table-right-li:nth-child(n + 7) {
  display: none;
}
.staff .contenr-two .contenr-two-table .contenr-table .contenr-table-right .table-right-li-current {
  background: linear-gradient(0deg, #eeeeee 0%, #6a6a6a 100%);
}
.staff .contenr-two .contenr-two-table .contenr-table .contenr-table-right .table-right-li-current::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: " ";
  width: 2.09rem;
  height: 2.57rem;
  border-radius: 0.1rem;
  border: 0.04rem solid #dd2c17;
  box-shadow: 0px 7px 8px 0px #d5d5d5;
}
#certify {
  position: relative;
  width: 14.48rem;
  margin: 0 auto;
  overflow: unset;
}
#certify .swiper-container {
  padding-bottom: 60px;
  overflow: unset;
}
#certify .swiper-slide-active {
  filter: brightness(1) !important;
}
#certify .swiper-slide-active::before {
  content: ' ';
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.27rem;
  height: 0.71rem;
  background-image: url(../images/staff_left_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border-radius: 20px 0 0 0;
}
#certify .swiper-slide {
  position: relative;
  width: 7.19rem;
  height: 5.39rem;
  box-shadow: 0px 0px 10px 0px rgba(153, 153, 153, 0.51);
  border-radius: 20px;
  list-style-type: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  filter: brightness(0.5);
  cursor: pointer;
}
#certify .swiper-slide p {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0.4rem;
}
#certify .swiper-slide p span:nth-child(1) {
  font-size: 0.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
#certify .swiper-slide p span:nth-child(2) {
  font-size: 0.16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  margin-top: 0.16rem;
}
#certify .swiper-slide-active p {
  display: flex;
}
#certify .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .area {
    max-width: 100%;
    padding: 0 0.2rem;
  }
  body {
    max-width: 750px;
    min-width: 320px;
    padding: 0;
    margin: 0 auto;
  }
  
  
  .header_con .index-banner .swiper-container .swiper-wrapper .swiper-slide .m-text {
    width: 100%;
    align-items: center;
  }
  .header_con .index-banner .swiper-container .swiper-wrapper .swiper-slide .m-text .pic-text {
    max-width: 80%;
    margin-bottom: 0;
  }
  .header_con .index-banner .swiper-container .swiper-wrapper .swiper-slide .m-text .pic-text img {
    margin-left: 0;
  }
  .header_con .index-banner .swiper-container .swiper-wrapper .swiper-slide .m-text .m-fill-btn {
    font-size: 0.26rem;
    width: 2.25rem;
    height: 0.82rem;
    line-height: 0.82rem;
    border-radius: 0.41rem;
    font-weight: 200;
    margin-top: 3.7rem;
  }
  .staff .tabs {
    width: 100vw;
    padding: 0 0.2rem;
  }
  .staff .tabs .contenr_tabs {
    width: 100%;
  }
  .staff .contenr-one {
    height: 7.6rem;
  }
  .staff .contenr-one .bgc .banner-card {
    max-width: 100%;
  }
  .staff .contenr-one .bgc .banner-card ul {
    margin-top: -0.6rem;
  }
  .staff .contenr-one .bgc .banner-card ul li {
    width: 100%;
    height: auto;
  }
  .staff .contenr-one .bgc .banner-card ul li img {
    width: 100%;
  }
  .staff .contenr-one .bgc .banner-card ul li p span {
    font-size: 0.4rem;
    text-align: center;
  }
  .staff .contenr-one .bgc .banner-card ul .one {
    left: 50%;
    width: 80%;
    transform: translateX(-88%) scale(0.36);
  }
  .staff .contenr-one .bgc .banner-card ul .two {
    z-index: 2;
    left: 50%;
    transform: translateX(-70%) scale(0.56);
    width: 80%;
  }
  .staff .contenr-one .bgc .banner-card ul .three {
    left: 50%;
    z-index: 3;
    transform: translateX(-50%) scale(0.7);
    width: 80%;
    height: 4.45rem;
  }
  .staff .contenr-one .bgc .banner-card ul .four {
    right: 50%;
    width: 80%;
    transform: translateX(-55%) scale(0.56);
  }
  .staff .contenr-one .bgc .banner-card ul .five {
    right: 50%;
    transform: translateX(-63%) scale(0.36);
    width: 80%;
  }
  .staff .contenr-one .bgc .left-btn {
    margin-left: 0.18rem;
  }
  .staff .contenr-one .bgc .right-btn {
    margin-left: 6.8rem;
  }
  .staff .contenr-one .bgc .left-btn span,
  .staff .contenr-one .bgc .right-btn span {
    background-size: 50%;
  }
  .staff .contenr-two {
    height: auto;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    padding-bottom: 0.8rem;
  }
  .staff .contenr-two .contenr-two-table {
    height: auto;
    width: 100%;
    background-size: auto 100%;
  }
  .staff .contenr-two .contenr-two-table .contenr-table {
    flex-direction: column;
    height: unset;
  }
  .staff .contenr-two .contenr-two-table .contenr-table .contenr-table-right {
    padding: 0.52rem 0.2rem;
    height: 6.6rem;
    width: 100%;
  }
  .staff .contenr-two .contenr-two-table .contenr-table .contenr-table-right .contenr-table-right-and .table-right-li {
    width: 2.05rem;
    height: 2.53rem;
  }
  .staff .contenr-two .contenr-two-table .contenr-table .contenr-table-right .contenr-table-right-and .table-right-li-current::before {
    width: 1.94rem;
    height: 2.46rem;
  }
  .staff .contenr-two .contenr-two-table .contenr-table .contenr-table-left {
    width: 100%;
    /* max-height: 5rem; */
  }
  .staff .contenr-two .contenr-two-table .contenr-table .contenr-table-left .table-left-con .left-con .table-left-msg {
    height: auto;
  }
  .staff .contenr-two .contenr-two-table .contenr-table .contenr-table-left .table-left-con .left-con .table-left-msg p {
    font-size: 0.2rem;
  }
  .staff .contenr-two .contenr-two-table .table-btn {
    top: unset;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%) rotate(270deg);
  }
  #certify {
    max-width: 100%;
  }
  #certify .swiper-slide {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 1440px) {
  .staff .contenr-one .right-btn {
      margin-left: 11.21rem;
  }
}